home *** CD-ROM | disk | FTP | other *** search
- object FrmLog: TFrmLog
- Left = 127
- Top = 113
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Logboek'
- ClientHeight = 275
- ClientWidth = 408
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Asg: TAdvStringGrid
- Left = 0
- Top = 0
- Width = 408
- Height = 275
- HelpContext = 1301
- Align = alClient
- ColCount = 7
- DefaultRowHeight = 15
- FixedCols = 0
- RowCount = 999
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goColSizing, goRowSelect]
- PopupMenu = PopNL
- TabOrder = 0
- AutoSize = False
- OnGetAlignment = AsgGetAlignment
- SortDirection = sdDescending
- PrintTime = False
- PrintDate = False
- PrintPageNum = False
- PrintBorders = False
- PrintFont.Color = clWindowText
- PrintFont.Height = -11
- PrintFont.Name = 'MS Sans Serif'
- PrintFont.Style = []
- SortShow = False
- SortColumn = 0
- HintColor = clYellow
- ColWidths = (
- 50
- 31
- 47
- 46
- 56
- 44
- 106)
- end
- object PopNL: TPopupMenu
- Left = 56
- Top = 72
- object Logboeklegen1: TMenuItem
- Caption = 'Logboek legen...'
- ShortCut = 0
- OnClick = Logboeklegen1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Venstersluiten1: TMenuItem
- Caption = 'Venster sluiten'
- ShortCut = 116
- OnClick = Venstersluiten1Click
- end
- end
- object PopEng: TPopupMenu
- Left = 96
- Top = 72
- object Emptylogfile1: TMenuItem
- Caption = '&Empty logfile'
- ShortCut = 0
- OnClick = Emptylogfile1Click
- end
- object N2: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Closewindow1: TMenuItem
- Caption = 'Close window'
- ShortCut = 116
- OnClick = Closewindow1Click
- end
- end
- end
-